diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2019-03-08 13:56:56 +1100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-07 21:56:56 -0500 |
commit | 24d6bf6aeb2b9ac929808e2b8ae4cd5e844a9f8b (patch) | |
tree | 45047054bad41f3e27ae51759d5055879af0b243 /tests/no_color.js | |
parent | cd1992aeaab92c4446ac289bced3ec548050467d (diff) |
Remove 'deno' builtin module (#1895)
Diffstat (limited to 'tests/no_color.js')
-rw-r--r-- | tests/no_color.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/no_color.js b/tests/no_color.js index 0963c94c4..cea11a52f 100644 --- a/tests/no_color.js +++ b/tests/no_color.js @@ -1,2 +1 @@ -import { noColor } from "deno"; -console.log("noColor", noColor); +console.log("noColor", Deno.noColor); |