PHP 8.2.30
Preview: warning.js Size: 603 B
/home/byroehnu/easepay.easetack.com/node_modules/redux/src/utils/warning.js

/**
 * Prints a warning in the console if it exists.
 *
 * @param {String} message The warning message.
 * @returns {void}
 */
export default function warning(message) {
  /* eslint-disable no-console */
  if (typeof console !== 'undefined' && typeof console.error === 'function') {
    console.error(message)
  }
  /* eslint-enable no-console */
  try {
    // This error was thrown as a convenience so that if you enable
    // "break on all exceptions" in your console,
    // it would pause the execution at this line.
    throw new Error(message)
  } catch (e) {} // eslint-disable-line no-empty
}

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
127 B lr--r--r-- 2026-03-14 01:49:08
Edit Download
569 B lrw-r--r-- 2026-02-28 00:26:40
Edit Download
550 B lrw-r--r-- 2026-02-28 00:27:38
Edit Download
392 B lrw-r--r-- 2026-02-28 00:27:56
Edit Download
1.45 KB lrw-r--r-- 2026-02-28 00:28:00
Edit Download
152 B lrw-r--r-- 2026-02-28 00:28:26
Edit Download
603 B lrw-r--r-- 2026-02-28 00:28:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).