Skip to content

Commit e4a0197

Browse files
committed
modify single quote to double quote
1 parent 7dcfc2c commit e4a0197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ export class VerifyAction {
390390
count += 1;
391391
} else {
392392
console.log(
393-
Colors.red(`outdated`),
393+
Colors.red("outdated"),
394394
);
395395
console.log(` you can use update command "dim update ${targetLockContent.name}"`);
396396
}

0 commit comments

Comments
 (0)