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 7b26300 commit dae8780Copy full SHA for dae8780
1 file changed
lib/runtime/refactor.js
@@ -80,12 +80,14 @@ class Refactor {
80
}
81
if (result.warning) {
82
atom.notifications.addWarning('Julia Client: Rename Refactor', {
83
- description: result.warning
+ description: result.warning,
84
+ dismissable: true
85
})
86
87
if (result.error) {
88
atom.notifications.addError('Julia Client: Rename Refactor', {
- description: result.error
89
+ description: result.error,
90
91
92
93
0 commit comments