We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9df196 commit b389a35Copy full SHA for b389a35
modules/DependencyControl.moon
@@ -36,7 +36,7 @@ class DependencyControl
36
%s\nPlease update the modules in question manually and reload your automation scripts.]]
37
}
38
new: {
39
- badRecordError: "Error: Bad {#@@__name} record (%s)."
+ badRecordError: "Error: Bad #{@@__name} record (%s)."
40
badRecord: {
41
noUnmanagedMacros: "Creating unmanaged version records for macros is not allowed"
42
missingNamespace: "No namespace defined"
0 commit comments