diff options
author | 2022-02-01 18:12:24 -0800 | |
---|---|---|
committer | 2022-02-01 18:12:24 -0800 | |
commit | f3c4bfcbaeb8a0ea08ceed7c46a7c27150de71c7 (patch) | |
tree | 299607f9d0177ff6c3fd02d0a2d098b2e118474f | |
parent | fa971895a826cefe05494df66543957bb0c6464e (diff) | |
download | bun-f3c4bfcbaeb8a0ea08ceed7c46a7c27150de71c7.tar.gz bun-f3c4bfcbaeb8a0ea08ceed7c46a7c27150de71c7.tar.zst bun-f3c4bfcbaeb8a0ea08ceed7c46a7c27150de71c7.zip |
wpi
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 48d2a5d34..78c8e005d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -15,7 +15,7 @@ "request": "launch", "name": "fetch debug", "program": "${workspaceFolder}/misctools/fetch", - "args": ["https://lodash.com", "--verbose"], + "args": ["https://example.com", "--verbose"], "cwd": "${workspaceFolder}", "console": "internalConsole" }, |