diff options
| author | Satya Rohith <me@satyarohith.com> | 2021-05-04 17:57:20 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-04 14:27:20 +0200 |
| commit | 89b61b5d05b7441d42e4e88fe1180d9d3dc1727e (patch) | |
| tree | 43afe9cca75060e7f5cece65317e7ad6c4217328 /cli/tests/error_import_map_unable_to_load.out | |
| parent | 17118c41e4bf0cd8d9b78f72349c685d383b7291 (diff) | |
fix(cli): give context when failed to load import map (#10478)
Diffstat (limited to 'cli/tests/error_import_map_unable_to_load.out')
| -rw-r--r-- | cli/tests/error_import_map_unable_to_load.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/error_import_map_unable_to_load.out b/cli/tests/error_import_map_unable_to_load.out new file mode 100644 index 000000000..50760e438 --- /dev/null +++ b/cli/tests/error_import_map_unable_to_load.out @@ -0,0 +1,4 @@ +error: Unable to load '[WILDCARD]' import map + +Caused by: + [WILDCARD]
\ No newline at end of file |
