diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-09-03 15:43:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-03 15:43:35 +0200 |
| commit | fc4025c878a7986576f693ed3ad297212f6a99de (patch) | |
| tree | 3df737382ba4ac61148a31d23cb96296e5daa419 /cli/tests/testdata/npm/nonexistent_file/main.out | |
| parent | 223403e899c934e23ea3012cc1bbba0b1a3ce92a (diff) | |
fix(npm): add more context to errors when file doesn't exist (#15749)
Diffstat (limited to 'cli/tests/testdata/npm/nonexistent_file/main.out')
| -rw-r--r-- | cli/tests/testdata/npm/nonexistent_file/main.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/nonexistent_file/main.out b/cli/tests/testdata/npm/nonexistent_file/main.out new file mode 100644 index 000000000..5f43f7242 --- /dev/null +++ b/cli/tests/testdata/npm/nonexistent_file/main.out @@ -0,0 +1,4 @@ +error: Unable to load [WILDCARD]hmac-sha512 imported from [WILDCARD]/testdata/npm/nonexistent_file/main.js + +Caused by: +[WILDCARD] |
