PHP 8.2.30
Preview: warning.js Size: 700 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/react-redux/lib/utils/warning.js

"use strict";

exports.__esModule = true;
exports.default = warning;

/**
 * Prints a warning in the console if it exists.
 *
 * @param {String} message The warning message.
 * @returns {void}
 */
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);
    /* eslint-disable no-empty */
  } catch (e) {}
  /* eslint-enable no-empty */

}

Directory Contents

Dirs: 0 × Files: 12

Name Size Perms Modified Actions
495 B lrw-r--r-- 2026-02-28 00:27:26
Edit Download
427 B lrw-r--r-- 2026-02-28 00:27:38
Edit Download
537 B lrw-r--r-- 2026-02-28 00:28:32
Edit Download
235 B lrw-r--r-- 2026-02-28 00:28:58
Edit Download
244 B lrw-r--r-- 2026-02-28 00:29:00
Edit Download
718 B lrw-r--r-- 2026-02-28 00:29:06
Edit Download
3.17 KB lrw-r--r-- 2026-02-28 00:29:06
Edit Download
2.24 KB lrw-r--r-- 2026-02-28 00:29:10
Edit Download
1.42 KB lrw-r--r-- 2026-02-28 00:29:12
Edit Download
195 B lrw-r--r-- 2026-02-28 00:29:22
Edit Download
533 B lrw-r--r-- 2026-02-28 00:29:30
Edit Download
700 B lrw-r--r-- 2026-02-28 00:29:34
Edit Download

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