mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint: new-line-function-call-arguments
This commit is contained in:
parent
fd6d384ba2
commit
9483fbeb5d
5 changed files with 48 additions and 24 deletions
|
|
@ -95,9 +95,11 @@ 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