mirror of
https://github.com/Azure/setup-helm.git
synced 2026-07-13 19:51:37 +00:00
committed by
GitHub
parent
20d2b4f98d
commit
e4f3964f67
+1
-1
@@ -63,7 +63,7 @@ const unescapedDoubleQuoteRE = /(?:^|[^\\])(?:\\\\)*"/;
|
||||
function DirectiveLiteral(node) {
|
||||
const raw = this.getPossibleRaw(node);
|
||||
|
||||
if (!this.format.minified && raw != null) {
|
||||
if (!this.format.minified && raw !== undefined) {
|
||||
this.token(raw);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user