diff --git a/plugins/c9.vfs.client/vfs.listener.js b/plugins/c9.vfs.client/vfs.listener.js index 74a4b969..e2a7b816 100644 --- a/plugins/c9.vfs.client/vfs.listener.js +++ b/plugins/c9.vfs.client/vfs.listener.js @@ -45,7 +45,7 @@ define(function(require, exports, module) { "Cloud9 will be reloaded in order to activate the changes.", function() { setTimeout(function() { - window.location.reload() + window.location.reload(); }, 500); } );