From 308813ae29763512a8be1044b31b8d5dad36c38c Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Tue, 14 Dec 2021 00:35:59 +0900 Subject: fix(ext/web): set location undefined when `--location` is not specified (#13046) --- cli/tests/testdata/071_location_unset.ts.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata') 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 . +undefined [WILDCARD] -- cgit v1.2.3