Skip to content

Commit ec0e4df

Browse files
committed
Fix console log
1 parent 3eaf029 commit ec0e4df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/js/src/manager/screen/utils/_PresentAlertOperation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ class _PresentAlertOperation extends _Task {
258258
*/
259259
async cancelAlert () {
260260
if (this.getState() === _Task.FINISHED) {
261-
console.logInfo('This operation has already finished so it can not be canceled');
261+
console.log('This operation has already finished so it can not be canceled');
262262
return;
263263
} else if (this.getState() === _Task.CANCELED) {
264264
console.log('This operation has already been canceled. It will be finished at some point during the operation.');

0 commit comments

Comments
 (0)