Skip to content

Commit

Permalink
fix: context server name was undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Radchenko committed Feb 20, 2017
1 parent a76bb0b commit 8e5cb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Expand Up @@ -61,7 +61,7 @@ module.exports = function (extdir, c, callback) {
// Context can also be accessed as a singleton within Strider as
// common.context.
var context = {
serverName: appConfig.strider_server_name,
serverName: appConfig.server_name,
config: appConfig,
enablePty: config.enablePty,
emitter: common.emitter,
Expand Down

0 comments on commit 8e5cb5c

Please sign in to comment.