Skip to content

Commit

Permalink
Merge pull request #6 from marvelapp/development
Browse files Browse the repository at this point in the history
Development merge in
  • Loading branch information
maximedegreve committed Aug 17, 2015
2 parents 5afc188 + dd1f27f commit 7aa0e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marvel.sketchplugin/Contents/Sketch/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ function fireSupport(context){
[sendButton setBezelStyle:NSRoundedBezelStyle]
[sendButton setCOSJSTargetFunction:function(sender) {

var logs = fetchLog(context);
var logs = errorLogging.fetchLog(context);

var subject = @"Sketch Plugin Support";
var body =[NSString stringWithFormat:@"Describe your bug here: \n\n\n\n\n My Logs:\n\n Plugin Version: %@ \n System Version: %@ \n Sketch Version: %@ \n %@", pluginVersion, systemVersion, sketchVersion, logs];
Expand Down

0 comments on commit 7aa0e7b

Please sign in to comment.