mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint
This commit is contained in:
parent
83a138f38c
commit
ea8ec97f49
9 changed files with 27 additions and 49 deletions
|
|
@ -95,11 +95,9 @@ test('cloudfunc: render', (t) => {
|
|||
timeEnd('CloudFunc.buildFromJSON');
|
||||
|
||||
if (isNotOk) {
|
||||
console.log(
|
||||
`Error in char number: ${i}\n`,
|
||||
console.log(`Error in char number: ${i}\n`,
|
||||
`Expect: ${Expect.substr(i)}\n`,
|
||||
`Result: ${result.substr(i)}`
|
||||
);
|
||||
`Result: ${result.substr(i)}`);
|
||||
|
||||
console.log('buildFromJSON: Not OK');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue