forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6bcb6bb
commit d6c8297
Showing
14 changed files
with
517 additions
and
624 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
319 changes: 164 additions & 155 deletions
319
tests/baselines/reference/docker/office-ui-fabric.log
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
Exit Code: 2 | ||
Exit Code: 0 | ||
Standard output: | ||
pyright-internal: src/tests/harness/utils.ts(328,12): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead? | ||
|
||
|
||
|
||
Standard error: | ||
lerna notice cli vX.X.X | ||
lerna info Executing command in 3 packages: "tsc --noEmit" | ||
lerna ERR! Received non-zero exit code 2 during execution | ||
lerna success exec Executed command in 3 packages: "tsc --noEmit" | ||
npm ERR! code 2 | ||
npm ERR! path /pyright | ||
npm ERR! command failed | ||
npm ERR! command sh -c lerna exec --stream --concurrency 1 --no-bail -- tsc --noEmit | ||
npm ERR! A complete log of this run can be found in: | ||
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log |
Oops, something went wrong.