Skip to content
This repository was archived by the owner on May 27, 2020. It is now read-only.

Commit a897319

Browse files
authored
API: Term command handler (#98)
* Stub out initial terminal request * Formatting * Cleanup + add stress test * Upgrade to [email protected]
1 parent ac49f79 commit a897319

File tree

30 files changed

+658
-334
lines changed

30 files changed

+658
-334
lines changed

.ci/esy-build-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ steps:
44
- task: NodeTool@0
55
inputs:
66
versionSpec: '8.9'
7-
- script: npm install -g esy@0.5.7
8-
displayName: 'npm install -g esy@0.5.7'
7+
- script: npm install -g esy@0.6.2
8+
displayName: 'npm install -g esy@0.6.2'
99
- script: esy install
1010
displayName: 'esy install'
1111
- script: esy build

0 commit comments

Comments
 (0)