summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2021-12-14 00:35:59 +0900
committerGitHub <noreply@github.com>2021-12-14 00:35:59 +0900
commit308813ae29763512a8be1044b31b8d5dad36c38c (patch)
tree1837d0d97b8320afddbbad5bf1e29ae4a26bbdf5 /cli/tests/testdata
parenta2b4d1354077b676459142eb399df9d5a70c0c5f (diff)
fix(ext/web): set location undefined when `--location` is not specified (#13046)
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r--cli/tests/testdata/071_location_unset.ts.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/071_location_unset.ts.out b/cli/tests/testdata/071_location_unset.ts.out
index 43308f3bd..f786d7a64 100644
--- a/cli/tests/testdata/071_location_unset.ts.out
+++ b/cli/tests/testdata/071_location_unset.ts.out
@@ -1,4 +1,4 @@
[WILDCARD][Function: Location]
Location {}
-error: Uncaught ReferenceError: Access to "location", run again with --location <href>.
+undefined
[WILDCARD]