Changeset 6235 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/bin/rebuild-zip.php
- Timestamp:
- 12/05/2017 02:22:32 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/bin/rebuild-zip.php
r6022 r6235 3 3 use WordPressdotorg\Plugin_Directory\Plugin_Directory; 4 4 use WordPressdotorg\Plugin_Directory\Tools\SVN; 5 use Exception; 5 6 6 7 // This script should only be called in a CLI environment. … … 104 105 105 106 echo "OK. Took " . round( microtime(1) - $start_time, 2 ) . "s\n"; 106 } catch( \Exception $e ) {107 } catch( Exception $e ) { 107 108 fwrite( STDERR, "{$plugin_slug}: Zip Rebuild failed: " . $e->getMessage() . "\n" ); 108 109 echo "Failed. Took " . round( microtime(1) - $start_time, 2 ) . "s\n";
Note: See TracChangeset
for help on using the changeset viewer.