mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
chore(fmt): npm run prettier
This commit is contained in:
@@ -19,7 +19,7 @@ if (/^win/i.test(os.platform())) {
|
||||
return;
|
||||
}
|
||||
|
||||
exec('curl -fsS https://webi.sh/webi | sh', function(err, stdout, stderr) {
|
||||
exec('curl -fsS https://webi.sh/webi | sh', function (err, stdout, stderr) {
|
||||
if (err) {
|
||||
console.error(err);
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ function parseYamlish(txt) {
|
||||
block = false;
|
||||
}
|
||||
|
||||
lines.some(function(line, i) {
|
||||
lines.some(function (line, i) {
|
||||
if (frontmatter === line) {
|
||||
// end of frontmatter
|
||||
end = true;
|
||||
|
||||
Reference in New Issue
Block a user