We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c717570 commit 3d85a5cCopy full SHA for 3d85a5c
plugins-server/cloud9.run.apache/apache-runner.js
@@ -77,7 +77,7 @@ var Runner = exports.Runner = function(vfs, options, callback) {
77
78
if (msg.type === "apache-start") {
79
var info = [
80
- "Your page is running at '" + url + suffix + "'."
+ "Your page is running at '" + url + "'."
81
];
82
83
options.eventEmitter.emit(options.eventName, {
0 commit comments