From 277e19f4d26b66bbba99b0a3d6539b524dc88830 Mon Sep 17 00:00:00 2001 From: Andrew Mitchell <32021055+mitch292@users.noreply.github.com> Date: Thu, 18 Mar 2021 20:02:29 -0400 Subject: fix(cli/bundle): display anyhow error chain (#9822) --- cli/tests/error_027_bare_import_error.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/error_027_bare_import_error.ts (limited to 'cli/tests/error_027_bare_import_error.ts') diff --git a/cli/tests/error_027_bare_import_error.ts b/cli/tests/error_027_bare_import_error.ts new file mode 100644 index 000000000..c0748305d --- /dev/null +++ b/cli/tests/error_027_bare_import_error.ts @@ -0,0 +1 @@ +import "foo"; -- cgit v1.2.3