We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa9cca commit 5734014Copy full SHA for 5734014
packages/wrangler/bin/wrangler.js
@@ -1,14 +1,8 @@
1
#!/usr/bin/env node
2
const { spawn } = require("child_process");
3
const path = require("path");
4
-const fs = require("fs");
5
-const os = require("os");
6
7
const MIN_NODE_VERSION = "16.13.0";
8
-const debug =
9
- process.env["WRANGLER_LOG"] === "debug"
10
- ? (...args) => console.log(...args)
11
- : () => {};
12
13
let wranglerProcess;
14
0 commit comments