Skip to content

Commit 22e13fe

Browse files
bmacnaughtonQix-
authored andcommitted
fix quoted percent sign
1 parent 80ef62a commit 22e13fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function setup(env) {
9292
args[0] = args[0].replace(/%([a-zA-Z%])/g, (match, format) => {
9393
// If we encounter an escaped % then don't increase the array index
9494
if (match === '%%') {
95-
return match;
95+
return '%';
9696
}
9797
index++;
9898
const formatter = createDebug.formatters[format];

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy