We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9405f commit 225fdf5Copy full SHA for 225fdf5
examples/1-indeterminate-basic/index.js
@@ -10,7 +10,7 @@ app.on('ready', function() {
10
progressBar
11
.on('completed', function() {
12
console.info(`completed...`);
13
- progressBar.detail = 'Task completed. Exiting...';
+ progressBar.detail = 'Task completed. Closing...';
14
})
15
.on('aborted', function() {
16
console.info(`aborted...`);
@@ -24,4 +24,4 @@ app.on('ready', function() {
24
setTimeout(function() {
25
progressBar.setCompleted();
26
}, 3000);
27
-});
+});
0 commit comments