Skip to content

Commit

Permalink
added .start immediately before .stop
Browse files Browse the repository at this point in the history
  • Loading branch information
soney committed Mar 16, 2017
1 parent 4ee46cb commit 5df5069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/requests/services/upload_textrequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function(app){
var folder = path.join(STORAGE_DIRECTORY, uid);
var filename = 'recording.json',
fullFilename = path.join(folder, filename);
// EditorRecorder.start(uid, cwd);
EditorRecorder.start(uid, cwd);
EditorRecorder.stop(uid).then(function(info){
var recordingInfo = {
title: title,
Expand Down

0 comments on commit 5df5069

Please sign in to comment.