We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eaf029 commit ec0e4dfCopy full SHA for ec0e4df
1 file changed
lib/js/src/manager/screen/utils/_PresentAlertOperation.js
@@ -258,7 +258,7 @@ class _PresentAlertOperation extends _Task {
258
*/
259
async cancelAlert () {
260
if (this.getState() === _Task.FINISHED) {
261
- console.logInfo('This operation has already finished so it can not be canceled');
+ console.log('This operation has already finished so it can not be canceled');
262
return;
263
} else if (this.getState() === _Task.CANCELED) {
264
console.log('This operation has already been canceled. It will be finished at some point during the operation.');
0 commit comments