diff options
Diffstat (limited to 'cli/tests/070_location.ts')
-rw-r--r-- | cli/tests/070_location.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/070_location.ts b/cli/tests/070_location.ts index 62fd34af2..4eace257e 100644 --- a/cli/tests/070_location.ts +++ b/cli/tests/070_location.ts @@ -6,5 +6,5 @@ console.log(location); try { location.hostname = "bar"; } catch (error) { - console.log(error); + console.log(error.toString()); } |