We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bea31 commit 32228f5Copy full SHA for 32228f5
modules/DependencyControl.moon
@@ -48,7 +48,7 @@ class DependencyControl
48
timer: "DependencyControl initialization took %f seconds so far..."
49
}
50
uninstall: {
51
- noVirtualOrUnmanaged: "Can't uninstall %s %s '%s'. (Only installed scripts managed by #{@@_name} can be uninstalled)."
+ noVirtualOrUnmanaged: "Can't uninstall %s %s '%s'. (Only installed scripts managed by #{@@__name} can be uninstalled)."
52
53
writeConfig: {
54
error: "An error occured while writing the #{@@__name} config file: %s"
0 commit comments