mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Add missing semicolon.
This commit is contained in:
parent
62ca2020d8
commit
a8fed1b69b
@ -187,7 +187,7 @@ function loadOptions( opts ) {
|
||||
}
|
||||
|
||||
// Merge in command-line options
|
||||
opts = EXTEND( true, opts, this.opts() )
|
||||
opts = EXTEND( true, opts, this.opts() );
|
||||
opts.silent = this.parent.silent;
|
||||
_opts = opts;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user