Add Aptos CLI #1071
Annotations
10 errors and 2 warnings
src/cli/localNode.ts#L1
Expected 1 empty line after import statement not followed by another import
|
src/cli/localNode.ts#L2
Unexpected var, use let or const instead
|
src/cli/localNode.ts#L2
Expected "import" instead of "require()"
|
src/cli/localNode.ts#L62
'start' is never reassigned. Use 'const' instead
|
src/cli/localNode.ts#L66
Unexpected `await` inside a loop
|
src/cli/localNode.ts#L67
Unexpected `await` inside a loop
|
src/cli/localNode.ts#L78
Expected 'this' to be used by class async method 'checkIfProcessIsUp'
|
src/cli/localNode.ts#L84
Unnecessary 'else' after 'return'
|
src/cli/localNode.ts#L92
Expected 'this' to be used by class method 'sleep'
|
|
src/cli/localNode.ts#L45
Unexpected console statement
|
src/cli/localNode.ts#L51
Unexpected console statement
|
The logs for this run have expired and are no longer available.
Loading