Skip to content

Commit 7da7beb

Browse files
committed
regen binary
1 parent 7d12a87 commit 7da7beb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

QuickLookR.qlgenerator.zip

0 Bytes
Binary file not shown.

QuickLookR/GeneratePreviewForURL.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ OSStatus GeneratePreviewForURL(void *thisInterface, QLPreviewRequestRef preview,
4343
cmd = [ cmd stringByAppendingString: contents ] ;
4444
cmd = [ cmd stringByAppendingString: @"')" ] ;
4545

46+
NSLog(@"Running: %@", cmd) ;
47+
4648
NSTask *task = [ [ NSTask alloc ] init] ;
4749
task.launchPath = @"/usr/local/bin/Rscript";
4850
task.arguments = @[ @"-e", cmd ];

0 commit comments

Comments
 (0)