Skip to content

Commit 9e30d0d

Browse files
committed
prep for PR review
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent 338423b commit 9e30d0d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/commands/node.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ export class NodeCommand extends BaseCommand {
9393
break
9494
}
9595
} catch (e) {
96-
this.logger.error(`error in checking if log file is accessible: ${e.message}`, e)
9796
} // ignore errors
9897

9998
await sleep(1000)

test/test_util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*
1616
*/
17-
import { beforeAll, describe, expect, it } from '@jest/globals'
17+
import { describe, expect, it } from '@jest/globals'
1818
import fs from 'fs'
1919
import os from 'os'
2020
import path from 'path'

0 commit comments

Comments
 (0)