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
4dffca0184
commit
4be2a53509
4 changed files with 9 additions and 6 deletions
|
|
@ -98,7 +98,7 @@ test('cloudfunc: render', (t) => {
|
|||
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