summaryrefslogtreecommitdiff
path: root/tests/testdata/inspector/error_with_npm_import.js
blob: 9244f2cf2f63813d3ceca7e6318cc54b005e08c4 (plain)
1
2
3
4
5
6
7
// deno-lint-ignore-file

import chalk from "npm:chalk";

console.log("hello");

throw new Error("boom!");