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.out | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cli/tests/error_027_bare_import_error.ts.out (limited to 'cli/tests/error_027_bare_import_error.ts.out') diff --git a/cli/tests/error_027_bare_import_error.ts.out b/cli/tests/error_027_bare_import_error.ts.out new file mode 100644 index 000000000..b52873d89 --- /dev/null +++ b/cli/tests/error_027_bare_import_error.ts.out @@ -0,0 +1,8 @@ +[WILDCARD]error: Unable to output bundle during Graph::bundle(). + +Caused by: + 0: load_transformed failed + 1: failed to analyze module + 2: failed to resolve foo from + 3: The graph is missing a dependency. + Specifier: foo from file:///[WILDCARD]/error_027_bare_import_error.ts -- cgit v1.2.3