Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit a523b7c

Browse files
author
Lucas Alvarez
committed
add missed semicolon.
1 parent 274ac5a commit a523b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/manifestTools/manifestLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function processManifestContents (data, manifestFormat, callback) {
7171
log.warn('Forcing to format ' + manifestFormat + '...');
7272
detectedFormat = manifestFormat;
7373
} else if (!detectedFormat) {
74-
detectedFormat = 'w3c'
74+
detectedFormat = 'w3c';
7575
// var availableFormats = listAvailableManifestFormats().join(', ');
7676
//return callback(new Error('Unable to detect the input manifest format. Try specifying the correct format using the -f <format> option. Available formats are: ' + availableFormats + '.'));
7777
}

0 commit comments

Comments
 (0)