Skip to content

Commit

Permalink
Missed a couple of " ' + " space things
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydwatkin committed Aug 13, 2014
1 parent ba605b0 commit 88a8c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -553,7 +553,7 @@ Primus.readable('library', function compile(nodejs) {
if (!plugin.client) continue;

log('adding the client code of the %s plugin to the client file', name);
client += className + '.prototype.ark['+ name +'] = '+ plugin.client.toString() + '\n';
client += className +'.prototype.ark['+ name +'] = '+ plugin.client.toString() + \n';
}

//
Expand Down

0 comments on commit 88a8c1a

Please sign in to comment.