Skip to content

Commit

Permalink
[layout] bslRegisterLib: remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Ye committed Jul 12, 2012
1 parent 349bf93 commit aa2e053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/libbsl/bslRegisterLib.ml
Expand Up @@ -1129,7 +1129,7 @@ let js_validator finalized_t =
let r = Sys.command command in
if r<>0 && not(finalized_t.f_options.BI.unsafe_js) then (
if r = command_not_found
then warning "%s not found. Cannot validate js part of the plugin. Please install it or deactivate validation (use --help)" executable
then warning "%s not found. Cannot validate js part of the plugin. Please install it or deactivate validation (use --help)" executable
else OManager.error "code %d:%s: fail to validate js part of the plugin\n" r command
) else ()
| _ -> ()
Expand Down

0 comments on commit aa2e053

Please sign in to comment.